home *** CD-ROM | disk | FTP | other *** search
/ TOS Silver 2000 / TOS Silver 2000.iso / Anwendun / LUNA152A / POPUPS / HTMLPOP / POSITION.POP < prev   
Encoding:
Text File  |  1999-12-04  |  682 b   |  24 lines

  1. ;
  2. ; HTML-Popupserie für Texteditor Luna
  3. ; (c)1999 Richard Gordon Faika
  4. ;
  5. ; HTML-Positionierung
  6.  
  7. /tput        "ALIGN=LEFT"        "ALIGN=LEFT"
  8. /tput        "ALIGN=RIGHT"        "ALIGN=RIGHT"
  9. /tput        "ALIGN=CENTER"        "ALIGN=CENTER"
  10. /tput        "ALIGN=TOP"            "ALIGN=TOP"
  11. /tput        "ALIGN=MIDDLE"        "ALIGN=MIDDLE"
  12. /tput        "ALIGN=BOTTOM"        "ALIGN=BOTTOM"
  13. /tput        "ALIGN=ABSMIDDLE"    "ALIGN=ABSMIDDLE"
  14. /tput        "ALIGN=ABSBOTTOM"    "ALIGN=ABSBOTTOM"
  15. /tput        "ALIGN=TEXTTOP"        "ALIGN=TEXTTOP"
  16. /tput        "ALIGN=BASELINE"    "ALIGN=BASELINE"
  17. /separator
  18. /tput        "VALIGN=TOP"        "VALIGN=TOP"
  19. /tput        "VALIGN=MIDDLE"        "VALIGN=MIDDLE"
  20. /tput        "VALIGN=BOTTOM"        "VALIGN=BOTTOM"
  21. /separator
  22. /tput        "<CENTER>~</CENTER>"    "$pdef25"
  23. /end
  24.